home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / c / gcc222-2.lha / gpp_include / strclass.h < prev    next >
C/C++ Source or Header  |  1993-02-11  |  98b  |  6 lines

  1. #ifndef _strclass_h
  2. #define _strclass_h
  3. #include <p_String.h>
  4. typedef class String string;
  5. #endif
  6.